Extension point providers
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.oauth2.providers.OAuth2ServiceProviderDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="providers" target="org.nuxeo.ecm.platform.oauth2.providers.OAuth2ServiceProviderRegistry"> <provider> <name>googledrive</name> <description>Google Drive</description> <class>org.nuxeo.ecm.liveconnect.google.drive.GoogleOAuth2ServiceProvider</class> <tokenServerURL>https://accounts.google.com/o/oauth2/token</tokenServerURL> <authorizationServerURL>https://accounts.google.com/o/oauth2/auth?access_type=offline&approval_prompt=force</authorizationServerURL> <scope>https://www.googleapis.com/auth/drive</scope> <scope>https://www.googleapis.com/auth/drive.apps.readonly</scope> <scope>email</scope> <clientId/> </provider> </extension>
-
<extension point="providers" target="org.nuxeo.ecm.platform.oauth2.providers.OAuth2ServiceProviderRegistry"> <provider> <name>box</name> <description>Box</description> <class>org.nuxeo.ecm.liveconnect.box.BoxOAuth2ServiceProvider</class> <tokenServerURL>https://app.box.com/api/oauth2/token</tokenServerURL> <authorizationServerURL>https://app.box.com/api/oauth2/authorize?response_type=code</authorizationServerURL> <clientId/> </provider> </extension>